auto merge of #706 : kballard/cargo/patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 14 Oct 2014 21:44:58 +0000 (21:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Oct 2014 21:44:58 +0000 (21:44 +0000)
`$(OUT_DIR)` may contain spaces, so it needs to be quoted. It also needs to be expanded by the shell, not by `make`, or any quotes/backslashes in the value will cause problems.


Trivial merge